File: go.mod

package info (click to toggle)
golang-github-pocketbase-tygoja 0.0~git20250307.c2e6a77-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: javascript: 5; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/pocketbase/tygoja

go 1.22.0

require golang.org/x/tools v0.26.0

require (
	golang.org/x/mod v0.21.0 // indirect
	golang.org/x/sync v0.8.0 // indirect
)