Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Jat <[email protected]>
  • Loading branch information
jat001 committed Jan 16, 2024
1 parent ffddcc5 commit a0a2735
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml/v2 v2.1.1
github.com/sirupsen/logrus v1.9.3
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdn v1.0.829
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.829
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdn v1.0.842
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.842
)

require (
Expand All @@ -37,9 +37,9 @@ require (
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
18 changes: 9 additions & 9 deletions src/gomobile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/jat001/ddns4cdn/gomobile
go 1.21.3

require (
github.com/jat001/ddns4cdn v0.0.0-20231220043527-5bb588f8db7f
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
github.com/jat001/ddns4cdn v0.0.0-20231231040022-ffddcc53626b
golang.org/x/mobile v0.0.0-20240112133503-c713f31d574b
)

require (
Expand Down Expand Up @@ -34,19 +34,19 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdn v1.0.829 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.829 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdn v1.0.842 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.842 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.16.1 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)

Expand Down

0 comments on commit a0a2735

Please sign in to comment.