chore: all external go module have been removed.

This commit is contained in:
Alexandre Pujol 2024-10-19 22:58:47 +01:00
parent 061b584b66
commit 2bace01783
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 1 additions and 20 deletions

11
go.mod
View file

@ -1,12 +1,3 @@
module github.com/roddhjav/apparmor.d
go 1.21
require (
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)
go 1.22