File: go.mod

package info (click to toggle)
golang-github-google-safetext 0.0~git20240104.7a7d9b3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: makefile: 6
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/google/safetext

go 1.21

require (
        github.com/pborman/uuid v1.2.1 // indirect
        gopkg.in/yaml.v3 v3.0.1 // indirect
        mvdan.cc/sh/v3 v3.7.0 // indirect
)

require github.com/google/uuid v1.0.0 // indirect