-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (28 loc) · 1.1 KB
/
go.mod
File metadata and controls
30 lines (28 loc) · 1.1 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
25
26
27
28
29
30
module github.com/koolay/sqlboss
go 1.14
require (
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/bwmarrin/snowflake v0.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.5.1
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/imdario/mergo v0.3.11
github.com/kr/pretty v0.2.0 // indirect
github.com/oklog/ulid v1.3.1
github.com/pingcap/errors v0.11.4
github.com/pkg/errors v0.9.1
github.com/siddontang/go-mysql v1.1.0
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/otel v0.10.0
go.opentelemetry.io/otel/exporters/metric/prometheus v0.10.0
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
google.golang.org/grpc v1.31.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.58.0
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
)