20 lines
611 B
Modula-2
20 lines
611 B
Modula-2
module github.com/jamesread/OliveTin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bufbuild/buf v0.54.1
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/fzipp/gocyclo v0.3.1
|
|
github.com/go-co-op/gocron v1.6.2
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
|
|
google.golang.org/grpc v1.40.0-dev.0.20210708170655-30dfb4b933a5
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|