File: go.mod

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

go 1.16

require (
	github.com/frankban/quicktest v1.13.0
	github.com/google/go-cmp v0.5.6 // indirect
	github.com/juju/simplekv v1.1.0
	github.com/julienschmidt/httprouter v0.0.0-20151013225520-77a895ad01eb
	github.com/kr/text v0.2.0 // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
	gopkg.in/errgo.v1 v1.0.1
	gopkg.in/httprequest.v1 v1.1.2
)