diff --git a/go.mod b/go.mod index fb9ceb5..e590593 100644 --- a/go.mod +++ b/go.mod @@ -55,6 +55,6 @@ require ( gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect gopkg.in/yaml.v2 v2.2.1 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect moul.io/http2curl v1.0.0 // indirect )