-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.17 KB
/
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
25
26
27
28
29
30
module github.com/synchthia/systera-api
go 1.13
require (
github.com/garyburd/redigo v1.6.4
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gomodule/redigo v1.8.9
github.com/google/uuid v1.3.0
github.com/k0kubun/pp v3.0.1+incompatible // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/minotar/minecraft v0.0.0-20180803122715-72fe240cdd0e
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.2
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e // indirect
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
gorm.io/driver/mysql v1.5.1
gorm.io/gorm v1.25.1
)