Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dxuian authored Oct 6, 2024
2 parents 43b2b1f + 5816b0f commit 634a978
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:

shell:
docker:
- image: cimg/python:3.12.6-node
- image: cimg/python:3.12.7-node
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion macewindu/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/gin-gonic/gin v1.10.0
github.com/gocolly/colly/v2 v2.1.0
github.com/heroku/x v0.2.8
github.com/heroku/x v0.2.9
)

require (
Expand Down
2 changes: 2 additions & 0 deletions macewindu/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ github.com/heroku/x v0.2.7 h1:D6AAYKSbupx2EcKL6GEvW5duBjN2znzi+t9c/19DiD4=
github.com/heroku/x v0.2.7/go.mod h1:7GFrTnaS+s/yaYYDeMLUZAX1iqbIBBtxhF7gecmdwic=
github.com/heroku/x v0.2.8 h1:LIs27r6JLYfdX/YHlfrxeYHIB6D6xzCVpLOW67HPoak=
github.com/heroku/x v0.2.8/go.mod h1:qABdrmuNeRt8yZrE75iBjFWufk910OScvfqQnTtSiIE=
github.com/heroku/x v0.2.9 h1:p/xOMqd8UukSHHZWjbl8mL37W9EvIgSo28elecSAoxI=
github.com/heroku/x v0.2.9/go.mod h1:P+4KVm/tawjAumGkGjzn8OnvxluMdpEPXvx6o7v3Vus=
github.com/jawher/mow.cli v1.1.0/go.mod h1:aNaQlc7ozF3vw6IJ2dHjp2ZFiA4ozMIYY6PyuRJwlUg=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
Expand Down
218 changes: 58 additions & 160 deletions package-lock.json

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

0 comments on commit 634a978

Please sign in to comment.