Skip to content

Commit

Permalink
Merge branch 'main' into deletekv
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 12, 2024
2 parents d8159ca + e10c420 commit 44a6555
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 87 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v0.102.0](https://github.com/k1LoW/runn/compare/v0.101.4...v0.102.0) - 2024-04-12
### Breaking Changes 🛠
- Set RunResult.Path to a path relative to the Git root as possible. by @k1LoW in https://github.com/k1LoW/runn/pull/860
### Other Changes
- Add CDPRunner Option by @k1LoW in https://github.com/k1LoW/runn/pull/862
- Update libopenapi-validator by @k1LoW in https://github.com/k1LoW/runn/pull/863

## [v0.101.4](https://github.com/k1LoW/runn/compare/v0.101.3...v0.101.4) - 2024-04-08
### Other Changes
- Update README.md by @ebi-yade in https://github.com/k1LoW/runn/pull/857
- Update go version by @k1LoW in https://github.com/k1LoW/runn/pull/858

## [v0.101.3](https://github.com/k1LoW/runn/compare/v0.101.2...v0.101.3) - 2024-04-01
### Fix bug 🐛
- Fix db result handling by @k1LoW in https://github.com/k1LoW/runn/pull/855
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func TestServer(t *testing.T) {
myapppb.RegisterMyappServiceServer(s, NewMyappServer())
reflection.Register(s)
go func() {
s.Serve(l)
ts.Serve(l)
}()
t.Cleanup(func() {
ts.GracefulStop()
Expand Down
43 changes: 21 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k1LoW/runn

go 1.21.8
go 1.22.2

require (
github.com/Songmu/axslogparser v1.4.0
Expand All @@ -9,16 +9,16 @@ require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/bmatcuk/doublestar/v4 v4.6.1
github.com/brianvoe/gofakeit/v6 v6.28.0
github.com/bufbuild/protocompile v0.9.0
github.com/bufbuild/protocompile v0.10.0
github.com/chromedp/cdproto v0.0.0-20240226204813-532e667d868f
github.com/chromedp/chromedp v0.9.5
github.com/cli/safeexec v1.0.1
github.com/dustin/go-humanize v1.0.1
github.com/elk-language/go-prompt v1.1.5
github.com/expr-lang/expr v1.16.2
github.com/expr-lang/expr v1.16.4
github.com/fatih/color v1.16.0
github.com/gliderlabs/ssh v0.3.7
github.com/go-sql-driver/mysql v1.8.0
github.com/go-sql-driver/mysql v1.8.1
github.com/goccy/go-json v0.10.2
github.com/goccy/go-yaml v1.11.3
github.com/golang-sql/sqlexp v0.1.0
Expand All @@ -31,12 +31,12 @@ require (
github.com/k0kubun/pp/v3 v3.2.0
github.com/k1LoW/concgroup v1.1.0
github.com/k1LoW/curlreq v0.3.3
github.com/k1LoW/donegroup v1.4.0
github.com/k1LoW/donegroup v1.5.1
github.com/k1LoW/duration v1.2.0
github.com/k1LoW/exec v0.2.0
github.com/k1LoW/expand v0.12.0
github.com/k1LoW/ghfs v1.2.0
github.com/k1LoW/go-github-client/v58 v58.0.11
github.com/k1LoW/go-github-client/v58 v58.0.12
github.com/k1LoW/grpcstub v0.17.1
github.com/k1LoW/grpcurlreq v0.2.0
github.com/k1LoW/httpstub v0.15.1
Expand All @@ -52,22 +52,22 @@ require (
github.com/oklog/ulid/v2 v2.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/ory/dockertest/v3 v3.10.0
github.com/pb33f/libopenapi v0.15.14
github.com/pb33f/libopenapi-validator v0.0.46
github.com/pb33f/libopenapi v0.15.15
github.com/pb33f/libopenapi-validator v0.0.47
github.com/rs/xid v1.5.0
github.com/ryo-yamaoka/otchkiss v0.1.1
github.com/ryo-yamaoka/otchkiss v0.1.2
github.com/samber/lo v1.39.0
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
github.com/tenntenn/golden v0.5.4
github.com/xlab/treeprint v1.2.0
github.com/xo/dburl v0.21.1
golang.org/x/crypto v0.21.0
golang.org/x/sync v0.6.0
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
github.com/xo/dburl v0.23.0
golang.org/x/crypto v0.22.0
golang.org/x/sync v0.7.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.1-0.20240319125436-3039476726e4
gopkg.in/yaml.v2 v2.4.0
modernc.org/sqlite v1.29.5
modernc.org/sqlite v1.29.6
)

require (
Expand All @@ -86,15 +86,14 @@ require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.9.0 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/cli/go-gh/v2 v2.5.0 // indirect
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
github.com/cli/go-gh/v2 v2.6.0 // indirect
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
Expand All @@ -116,7 +115,7 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-github/v57 v57.0.0 // indirect
github.com/google/go-github/v60 v60.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Expand Down Expand Up @@ -170,10 +169,10 @@ require (
go.uber.org/ratelimit v0.3.1 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.18.0 // indirect
Expand Down
Loading

0 comments on commit 44a6555

Please sign in to comment.