File: go.mod

package info (click to toggle)
golang-github-knqyf263-go-dep-parser 0.0~git20190521.1ef8521-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,440 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/knqyf263/go-dep-parser

go 1.12

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
	golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373
)