-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
77 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
module github.com/dofusdude/alm-dates | ||
|
||
go 1.21.6 | ||
go 1.23 | ||
|
||
toolchain go1.23.0 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/charmbracelet/log v0.3.1 | ||
github.com/PuerkitoBio/goquery v1.10.1 | ||
github.com/charmbracelet/log v0.4.0 | ||
github.com/dofusdude/dodugo v1.0.0-rc.8 | ||
github.com/dofusdude/dodumap v0.2.0 | ||
github.com/dofusdude/dodumap v0.6.0 | ||
github.com/google/go-github/v67 v67.0.0 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/andybalholm/cascadia v1.3.3 // indirect | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/charmbracelet/lipgloss v0.9.1 // indirect | ||
github.com/charmbracelet/lipgloss v1.0.0 // indirect | ||
github.com/charmbracelet/x/ansi v0.6.0 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
gopkg.in/validator.v2 v2.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters