File: go.mod

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

go 1.24.0

toolchain go1.24.4

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

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