mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
22 lines
566 B
Modula-2
22 lines
566 B
Modula-2
module github.com/lukaszraczylo/claude-mnemonic
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/goccy/go-json v0.10.5
|
|
github.com/mattn/go-sqlite3 v1.14.32
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|