-
- Downloads
chore: add new devenv.nix #1
This diff is collapsed.
... | ... | @@ -3,16 +3,16 @@ module gitlab.schukai.com/oss/libraries/go/markup/html |
go 1.20 | ||
require ( | ||
github.com/andybalholm/cascadia v1.3.1 | ||
github.com/andybalholm/cascadia v1.3.2 | ||
github.com/stretchr/testify v1.8.1 | ||
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0 | ||
golang.org/x/net v0.8.0 | ||
golang.org/x/net v0.15.0 | ||
) | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/volker-schukai/tokenizer v1.0.0 // indirect | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.2 // indirect | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.8.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment