mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-28 22:31:26 +00:00
17 lines
317 B
Modula-2
17 lines
317 B
Modula-2
module awalsh128.com/cache-apt-pkgs-action
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/awalsh128/syspkg v0.1.5
|
|
github.com/stretchr/testify v1.11.0
|
|
)
|
|
|
|
require mvdan.cc/sh/v3 v3.12.0 // indirect
|
|
|
|
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
|
|
)
|