mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-05 17:35:37 +00:00
22 lines
646 B
AMPL
22 lines
646 B
AMPL
module github.com/OliveTin/OliveTin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bufbuild/buf v1.3.1
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/fzipp/gocyclo v0.5.0
|
|
github.com/go-co-op/gocron v1.6.2
|
|
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.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.1
|
|
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|