after pull

This commit is contained in:
2025-02-14 15:16:07 +00:00
parent 759b9c9544
commit d730d3c444
2 changed files with 3 additions and 8 deletions

View File

@@ -1,15 +1,14 @@
module adventofcode2024
go 1.19
go 1.23.2
toolchain go1.23.5
require (
github.com/deckarep/golang-set/v2 v2.7.0
github.com/luxedo/esb_fireplace-go v0.3.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
)
require github.com/spf13/pflag v1.0.5 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect