Skip to content

Commit

Permalink
Roll tpkg package. (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Sep 19, 2024
1 parent e92af41 commit 73fdde4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/imdario/mergo v0.3.12 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jstroem/tedi v0.1.0
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
Expand All @@ -25,7 +26,7 @@ require (
github.com/onsi/gomega v1.14.0 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0
github.com/toitlang/tpkg v0.0.0-20230928125532-1be02ac647ae
github.com/toitlang/tpkg v0.0.0-20240919112017-273e738f33d0
github.com/twmb/murmur3 v1.1.5 // indirect
github.com/uber-go/tally v3.4.1+incompatible
github.com/valyala/fasthttp v1.28.0 // indirect
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
Expand Down Expand Up @@ -406,6 +408,10 @@ github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/toitlang/tpkg v0.0.0-20230928125532-1be02ac647ae h1:vmp2+atDvyFKE6TOSepzmrtNuSy8bXW5WagF3ZuJfq0=
github.com/toitlang/tpkg v0.0.0-20230928125532-1be02ac647ae/go.mod h1:L57D7q11LI+dCu8icjX3Lh2qRidFP5FrbFGdE7c1Bpw=
github.com/toitlang/tpkg v0.0.0-20240806094622-9637186e3a28 h1:McACW/uQqn0zJ1ztje1sRZLpZ6bCvdZgGkHlEEG/08M=
github.com/toitlang/tpkg v0.0.0-20240806094622-9637186e3a28/go.mod h1:L57D7q11LI+dCu8icjX3Lh2qRidFP5FrbFGdE7c1Bpw=
github.com/toitlang/tpkg v0.0.0-20240919112017-273e738f33d0 h1:XkdGj+nHUvEZYPTe8T5JGDeKEchf8tjcyKPaj/6kIG4=
github.com/toitlang/tpkg v0.0.0-20240919112017-273e738f33d0/go.mod h1:Hjfmv2z6MRbjgaGHVdRizYOHJhxQkQZesO3qx75Qk4w=
github.com/twmb/murmur3 v1.1.5 h1:i9OLS9fkuLzBXjt6dptlAEyk58fJsSTXbRg3SgVyqgk=
github.com/twmb/murmur3 v1.1.5/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
github.com/uber-go/tally v3.4.1+incompatible h1:LXdA0lvxieCFm85XiRFb+SuhuiOFMSWyEGkvDqDOpbA=
Expand Down

0 comments on commit 73fdde4

Please sign in to comment.