Codebase list golang-github-tinylib-msgp / HEAD go.mod
HEAD

Tree @HEAD (Download .tar.gz)

go.mod @HEADraw · history · blame

1
2
3
4
5
6
7
8
module github.com/tinylib/msgp

go 1.14

require (
	github.com/philhofer/fwd v1.1.1
	golang.org/x/tools v0.0.0-20201022035929-9cf592e881e9
)