diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ require ( github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/objx v0.1.0 // indirect golang.org/x/sync v0.1.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect + gopkg.in/yaml.v3 v3.0.0 // indirect ) |