cache-apt-pkgs-action/go.mod
awalsh128 07366a6d1e - Added CLAUDE.md guidance with preferences.
- Refactored README.md
- Added workflows for version export and management.
- Removed src directory, following Go best practices
- Added COMMANDS.md documentation

Saving the AI semi-slop for now with broken states to get a snapshot.
Too lazy to setup another chained repo.
2025-08-29 17:30:25 -07:00

17 lines
305 B
Modula-2

module awalsh128.com/cache-apt-pkgs-action
go 1.23
toolchain go1.23.4
require (
github.com/awalsh128/syspkg v0.1.5
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 // indirect
)