]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - go.mod
Use SPDX license identifiers
[safcm/safcm.git] / go.mod
1 module ruderich.org/simon/safcm
2
3 go 1.16
4
5 require (
6         github.com/google/go-cmp v0.5.5
7         github.com/ianbruene/go-difflib v1.2.0
8         golang.org/x/sys v0.0.0-20210608053332-aa57babbf139
9         golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
10         gopkg.in/yaml.v2 v2.4.0
11 )