File: go.mod

package info (click to toggle)
golang-github-juju-version 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 164 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/juju/version/v2

go 1.17

require (
	github.com/juju/mgo/v3 v3.0.2
	github.com/juju/testing v1.0.1
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

require (
	github.com/juju/loggo v1.0.0 // indirect
	github.com/kr/pretty v0.3.0 // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/rogpeppe/go-internal v1.8.1 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)