File: go.mod

package info (click to toggle)
golang-github-coreos-vcontext 0.0~git20210903.c22998b-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 8; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/coreos/vcontext

go 1.15

require (
	github.com/coreos/go-json v0.0.0-20170920214419-6a2fe990e083
	gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
)