File: go.mod

package info (click to toggle)
golang-github-savsgio-gotils 0.0~git20250408.196191e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/savsgio/gotils

go 1.20

require (
	github.com/google/uuid v1.6.0
	github.com/valyala/bytebufferpool v1.0.0
)