File: go.mod

package info (click to toggle)
golang-github-perimeterx-marshmallow 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
module github.com/perimeterx/marshmallow

go 1.17

require (
	github.com/go-test/deep v1.0.8
	github.com/mailru/easyjson v0.7.7
	github.com/ugorji/go/codec v1.2.7
)

require github.com/josharian/intern v1.0.0 // indirect