Skip to content

Commit

Permalink
Add deps in vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-jerolimov committed Dec 21, 2023
1 parent b6ed96c commit 3d03314
Show file tree
Hide file tree
Showing 62 changed files with 23,050 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi9/go-toolset:latest AS builder
COPY . .
RUN go build -o .
RUN go build -mod=vendor -o .

FROM registry.access.redhat.com/ubi9-micro:latest
COPY --from=builder /opt/app-root/src/webterminal-proxy /
Expand Down
15 changes: 15 additions & 0 deletions vendor/github.com/davecgh/go-spew/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

145 changes: 145 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d03314

Please sign in to comment.