27 lines
937 B
Modula-2
27 lines
937 B
Modula-2
module github.com/OliveTin/OliveTin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bufbuild/buf v1.3.1
|
|
github.com/fsnotify/fsnotify v1.5.4
|
|
github.com/fzipp/gocyclo v0.5.0
|
|
github.com/go-co-op/gocron v1.13.0
|
|
github.com/go-critic/go-critic v0.6.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
|
|
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/viper v1.12.0
|
|
github.com/stretchr/testify v1.7.2
|
|
github.com/subosito/gotenv v1.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
|
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
|
|
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac
|
|
google.golang.org/grpc v1.47.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
|
)
|