chore: add testify and improve test
... | @@ -2,4 +2,13 @@ module gitlab.nexdev.uk/pub/go-slog | ... | @@ -2,4 +2,13 @@ module gitlab.nexdev.uk/pub/go-slog |
go 1.20 | go 1.20 | ||
require golang.org/x/exp v0.0.0-20230711023510-fffb14384f22 | require ( | ||
github.com/stretchr/testify v1.8.4 | |||
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22 | |||
) | |||
require ( | |||
github.com/davecgh/go-spew v1.1.1 // indirect | |||
github.com/pmezard/go-difflib v1.0.0 // indirect | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | |||
) |
Please register or sign in to comment