diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.18 require ( github.com/julienschmidt/httprouter v1.3.0 - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.8.1 github.com/yosssi/gohtml v0.0.0-20180130040904-97fbf36f4aa8 gopkg.in/yaml.v2 v2.4.0 ) @@ -15,4 +15,5 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) |