File: go.mod

package info (click to toggle)
golang-github-sap-go-hdb 0.100.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 800 kB
  • sloc: python: 27; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/SAP/go-hdb

go 1.14

require (
	golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
	golang.org/x/text v0.3.2
)