21 lines
745 B
Modula-2
Raw Normal View History

2020-11-16 19:04:53 +08:00
module git.nonolive.co/eson.hsm/proxyserver
go 1.15
require (
2020-11-18 19:49:46 +08:00
github.com/474420502/focus v0.12.0
2020-11-19 19:05:32 +08:00
github.com/474420502/requests v1.10.0
2020-11-18 19:49:46 +08:00
github.com/bwmarrin/snowflake v0.3.0
github.com/gin-gonic/gin v1.6.3
2020-11-16 19:04:53 +08:00
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.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
2020-11-20 15:30:52 +08:00
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
2020-11-16 19:04:53 +08:00
google.golang.org/protobuf v1.25.0 // indirect
2020-11-20 18:24:42 +08:00
gopkg.in/yaml.v2 v2.3.0
2020-11-16 19:04:53 +08:00
)