Piotr Biernat
f474a549c5
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
363 B
Modula-2
14 lines
363 B
Modula-2
module vegvisir
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.3 // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/onsi/ginkgo v1.15.0 // indirect
|
|
github.com/onsi/gomega v1.10.5 // indirect
|
|
github.com/valyala/fasthttp v1.31.0
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|