File: go.mod

package info (click to toggle)
golang-github-jackc-pgproto3 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/jackc/pgproto3/v2

go 1.12

require (
	github.com/jackc/chunkreader/v2 v2.0.0
	github.com/jackc/pgio v1.0.0
	github.com/stretchr/testify v1.4.0
)