forked from zentures/sequence
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
20 lines (18 loc) · 740 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module gitlab.in2p3.fr/cc-in2p3-system/sequence
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/gofrs/uuid v3.2.0+incompatible
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/volatiletech/inflect v0.0.0-20170731032912-e7201282ae8d // indirect
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/sqlboiler v3.4.0+incompatible
github.com/willf/bitset v1.1.10
github.com/zhenjl/porter2 v0.0.0-20150829210152-56e4718818e8
github.com/zhenjl/xparse v0.0.0-20151026232530-92c1990d3c16
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
gopkg.in/yaml.v3 v3.0.0-20190705120443-117fdf03f45f
)