Changeset 65 in code for trunk/go.mod
- Timestamp:
- Sep 18, 2023, 9:19:59 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r30 r65 1 module git.z3bra.org/partage1 module marisa.chaotic.ninja/marisa 2 2 3 3 go 1.17 4 4 5 5 require ( 6 github.com/dustin/go-humanize v1.0.0 // indirect 7 github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de // indirect 8 gopkg.in/ini.v1 v1.63.2 // indirect 6 github.com/dustin/go-humanize v1.0.0 7 gopkg.in/ini.v1 v1.63.2 9 8 ) 9 10 require github.com/stretchr/testify v1.8.4 // indirect
Note:
See TracChangeset
for help on using the changeset viewer.