File: go.mod

package info (click to toggle)
golang-github-alecthomas-participle-v2 2.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: javascript: 1,164; sh: 41; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/alecthomas/participle/v2/_examples

go 1.18

require (
	github.com/alecthomas/assert/v2 v2.11.0
	github.com/alecthomas/go-thrift v0.0.3
	github.com/alecthomas/kong v1.6.1
	github.com/alecthomas/participle/v2 v2.1.1
	github.com/alecthomas/repr v0.4.0
)

require github.com/hexops/gotextdiff v1.0.3 // indirect

replace github.com/alecthomas/participle/v2 => ../