Skip to content

Commit

Permalink
Merge pull request #606 from tisnik/dependabot/go_modules/article_A0/…
Browse files Browse the repository at this point in the history
…glow-test-7/google.golang.org/protobuf-1.33.0

Bump google.golang.org/protobuf from 1.26.0 to 1.33.0 in /article_A0/glow-test-7
  • Loading branch information
tisnik authored Apr 19, 2024
2 parents 49091ef + ea10627 commit ec0ca2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions article_A0/glow-test-7/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ module glow-test-7

go 1.18

require github.com/chrislusf/glow v0.0.0-20181102060906-4c40a2717eee

require (
github.com/chrislusf/glow v0.0.0-20181102060906-4c40a2717eee // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/psilva261/timsort v1.0.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
5 changes: 4 additions & 1 deletion article_A0/glow-test-7/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ github.com/chrislusf/glow v0.0.0-20181102060906-4c40a2717eee/go.mod h1:KW+lIPNlN
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/psilva261/timsort v1.0.0 h1:vN1NBPJU21gJot1ZkwoRLoxl+X7r9C+6VyVn0Y1i7KM=
github.com/psilva261/timsort v1.0.0/go.mod h1:x3tWJZU1tqg1f9WOmLcifuQ2kKjl1O8FwYGtm4PIwjc=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=

0 comments on commit ec0ca2f

Please sign in to comment.