Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/obalunenko/instadiff-cli

go 1.22

toolchain go1.22.0
toolchain go1.24.0

require (
github.com/Davincible/goinsta/v3 v3.2.6
Expand All @@ -11,7 +10,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/obalunenko/getenv v1.13.0
github.com/obalunenko/logger v1.1.0
github.com/obalunenko/version v1.2.0
github.com/obalunenko/version v1.3.0
github.com/olegfedoseev/image-diff v0.0.0-20171116094004-897a4e73dfd6
github.com/ory/dockertest/v3 v3.11.0
github.com/schollz/progressbar/v3 v3.18.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ github.com/obalunenko/getenv v1.13.0 h1:KE6Kky3OMLkvOgzfZkaOjodnnMawhEEuju4Hbs7D
github.com/obalunenko/getenv v1.13.0/go.mod h1:z/14VQJlEBeaa/JI/RNufa/EQOSDVA2RRUz56ukYOM0=
github.com/obalunenko/logger v1.1.0 h1:Q5drJuCuwz16mm96tcrl5e20uoGSOI4O+VWSauR/mQg=
github.com/obalunenko/logger v1.1.0/go.mod h1:rS66dO9P2j/lybFrDB0Sce1DEVaOi6ag6WDIzljTg8c=
github.com/obalunenko/version v1.2.0 h1:eUYme2w38fjzcvToInTGM85xAJycZHo65GvynbH8jCo=
github.com/obalunenko/version v1.2.0/go.mod h1:kXnCfV2LUe+UHRrzjwPC/5lpnPbypwmLZh7BJx7wG1A=
github.com/obalunenko/version v1.3.0 h1:WM1uoZ3e3n/y1RVHaCMFAPeRcrq8ihQQgrSkilB3uLo=
github.com/obalunenko/version v1.3.0/go.mod h1:56ydLXefFem3sEJ2iyguuZ7dwJ25VoIRTev/JfxFIa4=
github.com/olegfedoseev/image-diff v0.0.0-20171116094004-897a4e73dfd6 h1:a/kynVgbdXJQDq3WWTgwL0bHyg4hu4/oIK9UB+Ugvfo=
github.com/olegfedoseev/image-diff v0.0.0-20171116094004-897a4e73dfd6/go.mod h1:OgMVaRcJ1TgmPHB/MF2YaHOzRxmw6vVG/DquoMhkCiY=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down
38 changes: 14 additions & 24 deletions vendor/github.com/obalunenko/version/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 50 additions & 25 deletions vendor/github.com/obalunenko/version/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ github.com/obalunenko/getenv/option
# github.com/obalunenko/logger v1.1.0
## explicit; go 1.22
github.com/obalunenko/logger
# github.com/obalunenko/version v1.2.0
## explicit; go 1.22
# github.com/obalunenko/version v1.3.0
## explicit; go 1.24
github.com/obalunenko/version
# github.com/olegfedoseev/image-diff v0.0.0-20171116094004-897a4e73dfd6
## explicit
Expand Down
Loading