Skip to content

Commit

Permalink
Update tdg to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ribtoks committed Mar 20, 2024
1 parent 2ed93d5 commit bb48190
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.14
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/google/go-github/v49 v49.1.0
gitlab.com/ribtoks/tdg v0.0.5
gitlab.com/ribtoks/tdg v0.0.6
golang.org/x/oauth2 v0.15.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26 h1:E0lEWrifmR0ACbGf5PLji1XbW6rtIXLHCXO/YOqi0AE=
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26/go.mod h1:TQpdgg7I9+PFIkatlx/dnZyZb4iZyCUx1HJj4rXi3+E=
gitlab.com/ribtoks/tdg v0.0.5 h1:qwcH8IgE5H/388PG43hgSNJGsO4P2E7omkT9p9uWjm4=
gitlab.com/ribtoks/tdg v0.0.5/go.mod h1:XDYfJNbUbnnCW6lGCC2TLumDieEI04L0VtjVbgDKz1w=
gitlab.com/ribtoks/tdg v0.0.6 h1:d1ilbYxq/FKTReQI8Nyi1hAAcsrDTVgsF0B3CKKkgj0=
gitlab.com/ribtoks/tdg v0.0.6/go.mod h1:XDYfJNbUbnnCW6lGCC2TLumDieEI04L0VtjVbgDKz1w=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
17 changes: 5 additions & 12 deletions vendor/gitlab.com/ribtoks/tdg/pkg/tdglib/todogenerator.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github.com/google/go-github/v49/github
github.com/google/go-querystring/query
# github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26
github.com/zieckey/goini
# gitlab.com/ribtoks/tdg v0.0.5
# gitlab.com/ribtoks/tdg v0.0.6
## explicit
gitlab.com/ribtoks/tdg/pkg/tdglib
# golang.org/x/crypto v0.16.0
Expand Down

0 comments on commit bb48190

Please sign in to comment.