File: go.mod

package info (click to toggle)
golang-github-go-jose-go-jose.v3 3.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: makefile: 8
file content (9 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/go-jose/go-jose/v3

go 1.12

require (
	github.com/google/go-cmp v0.5.9
	github.com/stretchr/testify v1.7.0
	golang.org/x/crypto v0.19.0
)