-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 1.03 KB
/
Copy pathgo.mod
File metadata and controls
24 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/hauson/lib
go 1.14
require (
github.com/Masterminds/squirrel v1.5.0
github.com/emirpasic/gods v1.12.1-0.20200331185943-80e934ed68b9
github.com/gin-gonic/gin v1.6.3-0.20200525121309-c9b853581700 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/gorm v1.9.16
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.3.1-0.20200409032425-0b0a5762632f+incompatible
github.com/lestrrat-go/strftime v1.0.2-0.20200106011558-d3c5981dbca3 // indirect
github.com/sergi/go-diff v1.1.0
github.com/sirupsen/logrus v1.4.3-0.20190807103436-de736cf91b92
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
github.com/timest/gomanuf v0.0.0-20210331135121-379ce410783c
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)