Skip to content

Commit

Permalink
Update dependencies and notices
Browse files Browse the repository at this point in the history
  • Loading branch information
tkw1536 committed May 30, 2024
1 parent 6ff8601 commit a0218ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
20 changes: 10 additions & 10 deletions constants/legal/notices.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tkw1536/ggman

go 1.22.2
go 1.22.3

require (
github.com/alessio/shellescape v1.4.2
Expand All @@ -12,8 +12,8 @@ require (
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pkg/errors v0.9.1
github.com/tkw1536/goprogram v0.5.1
github.com/tkw1536/pkglib v0.0.0-20240502214847-155e7295b084
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
github.com/tkw1536/pkglib v0.0.0-20240520194003-c5cf8740b88f
golang.org/x/exp v0.0.0-20240529005216-23cca8864a10
)

require (
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ github.com/tkw1536/goprogram v0.5.1 h1:ZkD4eyv674YrisYAydUkmBTvYnXWC9o0x8rD8laSD
github.com/tkw1536/goprogram v0.5.1/go.mod h1:El/MMaoWj3JPxxPmBgC9S3PObApWQ6+HpgFhQs0OaYU=
github.com/tkw1536/pkglib v0.0.0-20240502214847-155e7295b084 h1:Lz7lBh1PN1iWszDgEcKee/JEzFKqYVpEXSu5TFG0ftI=
github.com/tkw1536/pkglib v0.0.0-20240502214847-155e7295b084/go.mod h1:P/9GGxNGvEZsYShL7bv57UdiHkR0l6AWz1IDMVJGzlY=
github.com/tkw1536/pkglib v0.0.0-20240520194003-c5cf8740b88f h1:NmaoClbdEf6CCpICR9OBRTlqLN5dZdv3PFqdus16t6s=
github.com/tkw1536/pkglib v0.0.0-20240520194003-c5cf8740b88f/go.mod h1:P/9GGxNGvEZsYShL7bv57UdiHkR0l6AWz1IDMVJGzlY=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand All @@ -99,6 +101,8 @@ golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
golang.org/x/exp v0.0.0-20240529005216-23cca8864a10 h1:vpzMC/iZhYFAjJzHU0Cfuq+w1vLLsF2vLkDrPjzKYck=
golang.org/x/exp v0.0.0-20240529005216-23cca8864a10/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
Expand Down

0 comments on commit a0218ee

Please sign in to comment.