diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.18 require ( github.com/stretchr/testify v1.8.1 - golang.org/x/net v0.6.0 + golang.org/x/net v0.7.0 gopkg.in/yaml.v3 v3.0.1 ) |