Changeset 147 in code for trunk/go.mod
- Timestamp:
- Mar 18, 2024, 1:23:54 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r142 r147 1 1 module marisa.chaotic.ninja/yukari 2 2 3 go 1.1 43 go 1.16 4 4 5 5 require ( 6 github.com/stretchr/testify v1.9.0 // indirect 6 7 github.com/valyala/fasthttp v1.34.0 7 8 golang.org/x/net v0.7.0 8 9 golang.org/x/text v0.7.0 10 gopkg.in/ini.v1 v1.67.0 9 11 )
Note:
See TracChangeset
for help on using the changeset viewer.