File: go.mod

package info (click to toggle)
golang-github-zclconf-go-cty 1.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,464 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/zclconf/go-cty

require (
	github.com/apparentlymart/go-textseg/v13 v13.0.0
	github.com/google/go-cmp v0.3.1
	github.com/vmihailenco/msgpack/v4 v4.3.12
	golang.org/x/text v0.3.7
)

require (
	github.com/golang/protobuf v1.3.4 // indirect
	github.com/vmihailenco/tagparser v0.1.1 // indirect
	golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
	google.golang.org/appengine v1.6.5 // indirect
)

go 1.18