diff --git a/go.mod b/go.mod index 2332f39..b090bd0 100644 --- a/go.mod +++ b/go.mod @@ -16,22 +16,15 @@ module github.com/macroadster/hicc require ( - github.com/andreiavrammsd/validator v9.31.0+incompatible // indirect github.com/gin-gonic/gin v1.6.3 - github.com/go-playground/form v3.1.4+incompatible // indirect - github.com/go-playground/pure v4.2.0+incompatible // indirect github.com/go-playground/validator/v10 v10.3.0 // indirect github.com/golang/protobuf v1.4.2 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect - github.com/opennota/check v0.0.0-20180911053232-0c771f5545ff // indirect - github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 // indirect github.com/stretchr/testify v1.4.0 - golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect - golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect - golang.org/x/text v0.3.2 // indirect - gopkg.in/go-playground/assert.v1 v1.2.1 // indirect - gopkg.in/go-playground/validator.v9 v9.29.1 // indirect + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )