19 lines
684 B
Modula-2
19 lines
684 B
Modula-2
module gitlab.libraryofcode.org/engineering/certificate-api
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/ugorji/go v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
|
|
golang.org/x/sys v0.0.0-20201211002650-1f0c578a6b29 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|