Skip to content

Commit

Permalink
Merge pull request #421 from k1LoW/update-pkgs
Browse files Browse the repository at this point in the history
Update pkgs
  • Loading branch information
k1LoW authored Jan 22, 2023
2 parents 82a53de + 42a51a0 commit 6ad0b98
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 56 deletions.
4 changes: 2 additions & 2 deletions datasource/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"strings"
"time"

"github.com/google/go-github/v48/github"
"github.com/k1LoW/go-github-client/v48/factory"
"github.com/google/go-github/v49/github"
"github.com/k1LoW/go-github-client/v49/factory"
"github.com/k1LoW/tbls/config"
"github.com/k1LoW/tbls/drivers"
"github.com/k1LoW/tbls/drivers/mariadb"
Expand Down
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ module github.com/k1LoW/tbls
go 1.19

require (
cloud.google.com/go/bigquery v1.44.0
cloud.google.com/go/spanner v1.42.0
github.com/antonmedv/expr v1.9.0
cloud.google.com/go/bigquery v1.45.0
cloud.google.com/go/spanner v1.43.0
github.com/antonmedv/expr v1.10.3
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492
github.com/aws/aws-sdk-go v1.44.173
github.com/aws/aws-sdk-go v1.44.184
github.com/beta/freetype v0.0.1
github.com/gertd/go-pluralize v0.2.1
github.com/go-sql-driver/mysql v1.7.0
github.com/goccy/go-graphviz v0.1.0
github.com/goccy/go-yaml v1.9.8
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v48 v48.0.0
github.com/google/go-github/v49 v49.1.0
github.com/k1LoW/duration v1.2.0
github.com/k1LoW/expand v0.5.5
github.com/k1LoW/ffff v0.2.0
github.com/k1LoW/go-github-client/v48 v48.2.3
github.com/k1LoW/go-github-client/v49 v49.1.3
github.com/labstack/gommon v0.4.0
github.com/lib/pq v1.10.7
github.com/loadoff/excl v0.0.0-20171207172601-c6a9e4c4b4c4
Expand All @@ -35,8 +35,8 @@ require (
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84
go.mongodb.org/mongo-driver v1.11.1
golang.org/x/image v0.3.0
golang.org/x/oauth2 v0.4.0
google.golang.org/api v0.106.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
google.golang.org/api v0.108.0
)

require (
Expand Down Expand Up @@ -111,15 +111,15 @@ require (
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/term v0.4.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit 6ad0b98

Please # to comment.