mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-26 13:21:33 +00:00
16 lines
319 B
Modula-2
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
|
|
)
|