-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
24 lines (22 loc) · 866 Bytes
/
go.mod
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/fanaticscripter/EggContractor
go 1.16
require (
github.com/dustin/go-humanize v1.0.0
github.com/gofrs/flock v0.8.1
github.com/golang-migrate/migrate/v4 v4.15.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/labstack/echo/v4 v4.6.0
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/protobuf v1.27.1
)