File: go.mod

package info (click to toggle)
golang-github-weppos-publicsuffix-go 0.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 484 kB
  • sloc: makefile: 16; sh: 9
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/weppos/publicsuffix-go

go 1.16

require (
	github.com/google/go-github/v50 v50.2.0
	golang.org/x/net v0.12.0
	google.golang.org/protobuf v1.28.1 // indirect
)