diff options
| author | huker667 <huker@tuta.io> | 2026-07-15 14:33:08 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-07-15 14:33:08 +0300 |
| commit | 22359129afeef78e0fcd56e62586819c06950846 (patch) | |
| tree | ac83fef674adb3e5527b9e5ee53246d43fb8be1b /go.mod | |
| parent | d64b4f39839e112d096b9809fdb35e873a1b40fd (diff) | |
| download | qulay-22359129afeef78e0fcd56e62586819c06950846.tar.gz qulay-22359129afeef78e0fcd56e62586819c06950846.tar.bz2 qulay-22359129afeef78e0fcd56e62586819c06950846.zip | |
init commit da
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ module qulay -go 1.25.8 +go 1.26.4 require ( - codeberg.org/UzbekLinux/uzbekdb-go v0.0.0-20260324144756-3e62f214b3bb + codeberg.org/UzbekLinux/uzbekdb-go v0.0.0-20260509165828-8f8f4cbf599e github.com/codeclysm/extract/v3 v3.1.1 ) @@ -11,7 +11,7 @@ require ( github.com/h2non/filetype v1.1.3 // indirect github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect github.com/juju/loggo v1.0.0 // indirect - github.com/klauspost/compress v1.18.5 // indirect + github.com/klauspost/compress v1.15.13 // indirect github.com/kr/text v0.2.0 // indirect github.com/ulikunitz/xz v0.5.11 // indirect gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect |