File: go.mod

package info (click to toggle)
glome 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: ansic: 2,468; python: 508; sh: 149; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/google/glome/go

go 1.15

require (
	github.com/google/go-cmp v0.6.0
	golang.org/x/crypto v0.31.0
)