mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-26 23:38:37 -06:00
20 lines
750 B
Modula-2
20 lines
750 B
Modula-2
module privtracker
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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/google/go-cmp v0.5.3 // indirect
|
|
github.com/jackpal/bencode-go v1.0.0
|
|
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/stretchr/testify v1.6.1 // indirect
|
|
github.com/ugorji/go v1.2.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
|
|
golang.org/x/sys v0.0.0-20201202213521-69691e467435 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|