cache-apt-pkgs-action/go.mod
2025-10-04 23:38:32 -07:00

16 lines
319 B
Modula-2

module awalsh128.com/cache-apt-pkgs-action
go 1.24
require (
github.com/awalsh128/syspkg v0.1.5
github.com/sethvargo/go-githubactions v1.3.1
github.com/stretchr/testify v1.11.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)