go mod tidy + go generate
... | @@ -11,6 +11,7 @@ require ( | ... | @@ -11,6 +11,7 @@ require ( |
github.com/prometheus/client_golang v1.8.0 | github.com/prometheus/client_golang v1.8.0 | ||
github.com/rylans/getlang v0.0.0-20200505200108-4c3188ff8a2d | github.com/rylans/getlang v0.0.0-20200505200108-4c3188ff8a2d | ||
github.com/stretchr/testify v1.6.1 // indirect | github.com/stretchr/testify v1.6.1 // indirect | ||
github.com/tdewolff/minify/v2 v2.9.9 // indirect | |||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
golang.org/x/net v0.0.0-20200625001655-4c5254603344 | golang.org/x/net v0.0.0-20200625001655-4c5254603344 | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment