File: go.mod

package info (click to toggle)
privatebin-cli 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: makefile: 14
file content (18 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module go.gearno.de/privatebin/v2

go 1.25

require (
	github.com/spf13/cobra v1.9.1
	github.com/stretchr/testify v1.10.0
	go.gearno.de/encoding/base58 v0.1.0
	golang.org/x/crypto v0.41.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/inconshreveable/mousetrap v1.1.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/spf13/pflag v1.0.7 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)