Skip to content

Commit

Permalink
upt
Browse files Browse the repository at this point in the history
  • Loading branch information
HEUDavid committed Sep 20, 2024
1 parent 52778c6 commit e4d1ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ module github.com/HEUDavid/auto-receive-crypto-pay
go 1.22

require (
github.com/HEUDavid/go-fsm v0.0.2-0.20240909193131-becdbc6158b0
github.com/BurntSushi/toml v1.4.0
github.com/HEUDavid/go-fsm v1.0.0
github.com/gin-gonic/gin v1.10.0
gorm.io/datatypes v1.2.1
gorm.io/gorm v1.25.11
)

require (
cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/alecthomas/chroma/v2 v2.5.0 // indirect
Expand Down Expand Up @@ -66,7 +67,6 @@ require (
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/mysql v1.5.7 // indirect
gorm.io/gorm v1.25.11 // indirect
oss.terrastruct.com/d2 v0.6.5 // indirect
oss.terrastruct.com/util-go v0.0.0-20231101220827-55b3812542c2 // indirect
)
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ git.sr.ht/~sbinet/gg v0.5.0/go.mod h1:G2C0eRESqlKhS7ErsNey6HHrqU1PwsnCQlekFi9Q2O
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/HEUDavid/go-fsm v0.0.1 h1:woS/wIkbv3lZ1cRdwIivNl9QdMw0Hw762kcOM+QVpio=
github.com/HEUDavid/go-fsm v0.0.1/go.mod h1:Uvl/mk7N728yxza8xgkUX/CocKnjkCc4rNI6cDkzrL4=
github.com/HEUDavid/go-fsm v0.0.2-0.20240909193131-becdbc6158b0 h1:9GuwCNpBusBmTi70Te1NXnJTy6OHjVhManxTPUWGKmY=
github.com/HEUDavid/go-fsm v0.0.2-0.20240909193131-becdbc6158b0/go.mod h1:Uvl/mk7N728yxza8xgkUX/CocKnjkCc4rNI6cDkzrL4=
github.com/HEUDavid/go-fsm v1.0.0 h1:oCgH1dBUiIUCbdVkzYhhCSVmmRxzqlysrVCIxOVq+Fk=
github.com/HEUDavid/go-fsm v1.0.0/go.mod h1:Uvl/mk7N728yxza8xgkUX/CocKnjkCc4rNI6cDkzrL4=
github.com/PuerkitoBio/goquery v1.8.1 h1:uQxhNlArOIdbrH1tr0UXwdVFgDcZDrZVdcpygAcwmWM=
github.com/PuerkitoBio/goquery v1.8.1/go.mod h1:Q8ICL1kNUJ2sXGoAhPGUdYDJvgQgHzJsnnd3H7Ho5jQ=
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw=
Expand Down

0 comments on commit e4d1ebe

Please sign in to comment.