Skip to content

Commit

Permalink
Updating dependencies for Fileshot
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed Dec 29, 2022
1 parent 45c0694 commit 5f5a0e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/go/fileshot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Strelka Fileshot
# Client is designed to one-shot upload files and retrieve their results
# For more information, please see: https://target.github.io/strelka/#/?id=strelka-fileshot
FROM golang:1.17.6 AS build
FROM golang:1.19 AS build
LABEL maintainer="Target Brands, Inc. [email protected]"

# Copy source files and set the working directory
Expand Down
4 changes: 2 additions & 2 deletions src/go/cmd/strelka-fileshot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/gabriel-vasile/mimetype v1.4.1
github.com/target/strelka v0.0.0-20221220160848-325cc9619cb9
github.com/target/strelka v0.0.0-20221228161558-45c06949f7a9
google.golang.org/grpc v1.51.0
gopkg.in/yaml.v2 v2.4.0
)
Expand All @@ -14,6 +14,6 @@ require (
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
4 changes: 4 additions & 0 deletions src/go/cmd/strelka-fileshot/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ github.com/target/strelka v0.0.0-20221220160848-325cc9619cb9 h1:4g2A3HveoO+PTdKp
github.com/target/strelka v0.0.0-20221220160848-325cc9619cb9/go.mod h1:TrUTi8JWPlUs67z/Wess97t6vyoCzvv3JyDOH1wd0Co=
github.com/target/strelka v0.0.0-20221222195829-2983ed83556f h1:oy53Eek4N3zie9DQ79Lfa2LDqz/b6biQtAQ+5cgSzKM=
github.com/target/strelka v0.0.0-20221222195829-2983ed83556f/go.mod h1:TrUTi8JWPlUs67z/Wess97t6vyoCzvv3JyDOH1wd0Co=
github.com/target/strelka v0.0.0-20221228161558-45c06949f7a9 h1:g90FjdXpBYoO2Z9akyRhfysWvNqvUxgxcIF+ssP3PIQ=
github.com/target/strelka v0.0.0-20221228161558-45c06949f7a9/go.mod h1:TrUTi8JWPlUs67z/Wess97t6vyoCzvv3JyDOH1wd0Co=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
Expand Down Expand Up @@ -78,6 +80,8 @@ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 h1:+kGHl1aib/qcwaR
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 h1:jmIfw8+gSvXcZSgaFAGyInDXeWzUhvYH57G/5GKMn70=
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM=
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef h1:uQ2vjV/sHTsWSqdKeLqmwitzgvjMl7o4IdtHwUDXSJY=
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
Expand Down

0 comments on commit 5f5a0e2

Please sign in to comment.