File: go.mod

package info (click to toggle)
golang-github-glycerine-go-unsnap-stream 0.0~git20241229.5e8a08e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 5
file content (13 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/glycerine/go-unsnap-stream

go 1.23.3

require (
	github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31
	github.com/golang/snappy v0.0.4
)

require (
	github.com/gopherjs/gopherjs v1.17.2 // indirect
	github.com/jtolds/gls v4.20.0+incompatible // indirect
)