File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-cty-funcs 0.0~git20241120.c51673e-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 300 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/hashicorp/go-cty-funcs

go 1.14

require (
	github.com/apparentlymart/go-cidr v1.0.1
	github.com/bmatcuk/doublestar v1.1.5
	github.com/google/uuid v1.1.1
	github.com/mitchellh/go-homedir v1.1.0
	github.com/zclconf/go-cty v1.4.0
	golang.org/x/crypto v0.0.0-20200422194213-44a606286825
)