Skip to content

Commit

Permalink
update reactr and Golang versoin
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Sep 3, 2021
1 parent e658b0b commit 5e0f72c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.16 as builder
FROM golang:1.17 as builder

RUN mkdir -p /go/src/github.com/suborbital/atmo
COPY . /go/src/github.com/suborbital/atmo/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -9,7 +9,7 @@ require (
github.com/sethvargo/go-envconfig v0.3.2
github.com/spf13/cobra v1.1.3
github.com/suborbital/grav v0.4.2-0.20210826173646-7874eba0763f
github.com/suborbital/reactr v0.12.0
github.com/suborbital/reactr v0.12.1-0.20210903155831-ca5a3a8a5f9b
github.com/suborbital/subo v0.0.18
github.com/suborbital/vektor v0.4.1
golang.org/x/mod v0.4.2
Expand Down
10 changes: 2 additions & 8 deletions go.sum
Expand Up @@ -258,14 +258,8 @@ github.com/suborbital/reactr v0.10.1-0.20210703023052-41aca888467c/go.mod h1:eLc
github.com/suborbital/reactr v0.10.1-0.20210703165139-b58e147cf44c/go.mod h1:9+nF032WyZX5p+sdeyVctWyaokSDYHDe1tpuItk9Tgc=
github.com/suborbital/reactr v0.11.1-0.20210806212346-26bc1d469301/go.mod h1:ZhWGNCH5boA+jJD9Jf/rthZ7OKb7+zRqiDI7c8lU078=
github.com/suborbital/reactr v0.11.1-0.20210811160758-b715bc22e760/go.mod h1:WKIsmoKHawZoJd7X34xXH7P7i5s+33ln3gCZZIvtwAo=
github.com/suborbital/reactr v0.11.2-0.20210826193629-84138c19fd57 h1:Ej900lvs501fdmxM61GTUAcj1uCBxe/3HcDBK7eaJ2s=
github.com/suborbital/reactr v0.11.2-0.20210826193629-84138c19fd57/go.mod h1:Iwf+qgiGyf7kjxJOXiWX71XyozGZb30Db9fsebog5o4=
github.com/suborbital/reactr v0.11.2-0.20210831130940-db5e07a44f64 h1:wzEHGbcmwY/I79ylbFsUmfMp39ueT9k2BQHYNoKTEZU=
github.com/suborbital/reactr v0.11.2-0.20210831130940-db5e07a44f64/go.mod h1:G2WF/19leahWGLGaWx/0vCu3g/Ovt2ALWIslL2v8+rE=
github.com/suborbital/reactr v0.11.2-0.20210831133942-ee8abd68fe5d h1:h1yoH0CjdFWWcNIx27nYvP3WQ++TQj2TowXilHn4vnY=
github.com/suborbital/reactr v0.11.2-0.20210831133942-ee8abd68fe5d/go.mod h1:G2WF/19leahWGLGaWx/0vCu3g/Ovt2ALWIslL2v8+rE=
github.com/suborbital/reactr v0.12.0 h1:Yyy6c7M/fgjVpLY2A0sgcp8wL9v0PK2xM7/RcAu93Lw=
github.com/suborbital/reactr v0.12.0/go.mod h1:G2WF/19leahWGLGaWx/0vCu3g/Ovt2ALWIslL2v8+rE=
github.com/suborbital/reactr v0.12.1-0.20210903155831-ca5a3a8a5f9b h1:BE+pPTipScWgGQ7h8PzlBfPNKAfPmn8pJolOsFpLfl4=
github.com/suborbital/reactr v0.12.1-0.20210903155831-ca5a3a8a5f9b/go.mod h1:G2WF/19leahWGLGaWx/0vCu3g/Ovt2ALWIslL2v8+rE=
github.com/suborbital/subo v0.0.18 h1:LSZXf7qRkSZKiIFZe61sF4fV7vfwW3cAeEM7z8Ptbio=
github.com/suborbital/subo v0.0.18/go.mod h1:bCfpNhqLwemsHK21F9r1BwCNS6A6AeIuwVAlGymSf/8=
github.com/suborbital/vektor v0.2.2/go.mod h1:6YQE7r6t1JcVs3twpqjXDftsLUaTNUk5YorRKHcDamI=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/suborbital/reactr/rcap/cache.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
Expand Up @@ -58,7 +58,7 @@ github.com/suborbital/grav/discovery/local
github.com/suborbital/grav/grav
github.com/suborbital/grav/transport/nats
github.com/suborbital/grav/transport/websocket
# github.com/suborbital/reactr v0.12.0
# github.com/suborbital/reactr v0.12.1-0.20210903155831-ca5a3a8a5f9b
## explicit; go 1.17
github.com/suborbital/reactr/rcap
github.com/suborbital/reactr/request
Expand Down

0 comments on commit 5e0f72c

Please sign in to comment.