diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-08 20:40:59 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-08 20:40:59 +0000 |
| commit | 11942eee590cb3c4ca00c2246021cce0a820bb5a (patch) | |
| tree | afb127d23b6900ce062beff9497a04021ca475d8 /go.mod | |
| parent | 1ce83b6b6a300f4389dd84c4477f3ca73a431524 (diff) | |
go.mod: add BurntSushi/toml dependency
Required by config package for TOML config file parsing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ require ( ) require ( + github.com/BurntSushi/toml v1.6.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/spf13/pflag v1.0.9 // indirect ) |
