File: go.mod

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

go 1.19

require (
	github.com/bep/helpers v0.4.0
	github.com/frankban/quicktest v1.14.3
	golang.org/x/net v0.10.0
	howett.net/plist v1.0.0
	software.sslmate.com/src/go-pkcs12 v0.2.0
)

require (
	github.com/google/go-cmp v0.5.8 // 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
	golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
	golang.org/x/text v0.9.0 // indirect
)