File: go.mod

package info (click to toggle)
golang-github-vmihailenco-msgpack.v5 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 8; javascript: 1
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/vmihailenco/msgpack/extra/appengine

go 1.15

replace github.com/vmihailenco/msgpack/v5 => ../..

require (
	github.com/vmihailenco/msgpack/v5 v5.4.1
	google.golang.org/appengine v1.6.7
)