File: go.mod

package info (click to toggle)
golang-github-bradenaw-juniper 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 872 kB
  • sloc: sh: 27; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/bradenaw/juniper

go 1.18

require (
	golang.org/x/exp v0.0.0-20231006140011-7918f672742d
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)