diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-12 20:36:14 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-12 20:36:14 -0800 |
| commit | 27d14514ab3c3c11e822fc2c1220072298e85c02 (patch) | |
| tree | 5b8bb809d34c6c1bfbed254eb0c82845922c1f82 /go.mod | |
| parent | bd0591aa299836f51c0ae608c57f350da3a75abf (diff) | |
| download | neko-27d14514ab3c3c11e822fc2c1220072298e85c02.tar.gz neko-27d14514ab3c3c11e822fc2c1220072298e85c02.tar.bz2 neko-27d14514ab3c3c11e822fc2c1220072298e85c02.zip | |
Update go.mod and ticket status
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.23.0 toolchain go1.24.3 require ( - github.com/GeertJohan/go.rice v1.0.0 + github.com/GeertJohan/go.rice v1.0.3 github.com/PuerkitoBio/goquery v1.8.1 github.com/advancedlogic/GoOse v0.0.0-20200830213114-1225d531e0ad github.com/mattn/go-sqlite3 v1.14.16 @@ -21,7 +21,7 @@ require ( github.com/andybalholm/cascadia v1.3.2 // indirect github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4 // indirect github.com/aymerick/douceur v0.2.0 // indirect - github.com/daaku/go.zipexe v1.0.1 // indirect + github.com/daaku/go.zipexe v1.0.2 // indirect github.com/fatih/set v0.2.1 // indirect github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect github.com/go-resty/resty/v2 v2.3.0 // indirect |
