Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
14 lines
312 B
Modula-2
14 lines
312 B
Modula-2
module github.com/pkgems/npm-cache-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-contrib/zap v0.1.0
|
|
github.com/gin-gonic/gin v1.9.0
|
|
github.com/go-redis/redis/v9 v9.0.2
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.27.2 // indirect
|
|
github.com/spf13/cobra v0.0.7
|
|
go.uber.org/zap v1.24.0
|
|
)
|