File: go.mod

package info (click to toggle)
golang-github-tink-crypto-tink-go 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,952 kB
  • sloc: sh: 864; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/tink-crypto/tink-go/v2

go 1.23.0

require (
	github.com/google/go-cmp v0.7.0
	golang.org/x/crypto v0.35.0
	google.golang.org/protobuf v1.36.5
)

require golang.org/x/sys v0.30.0 // indirect