Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SD-RAN Engineering Team Week3 Assignment #387

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
68915cd
Bump golang.org/x/crypto
dependabot[bot] Mar 11, 2024
0261c1d
Bump github.com/stretchr/testify from 1.8.2 to 1.9.0
dependabot[bot] Mar 11, 2024
1b69657
Bump github.com/onosproject/onos-lib-go from 0.10.24 to 0.10.25
dependabot[bot] Mar 11, 2024
bf503a0
Bump alpine from 3.16 to 3.19 in /build/onos-topo
dependabot[bot] Mar 11, 2024
8961835
Bump google.golang.org/grpc from 1.52.3 to 1.56.3 in /test
dependabot[bot] Mar 11, 2024
f218ea5
Bump onosproject/golang-build from v1.3.0 to v1.3.1 in /build/onos-topo
dependabot[bot] Mar 11, 2024
7ac1015
Bump golang.org/x/crypto from 0.5.0 to 0.17.0 in /test
dependabot[bot] Mar 11, 2024
264b31b
Bump github.com/containerd/containerd from 1.6.15 to 1.6.26 in /test
dependabot[bot] Mar 11, 2024
0a7c2a6
Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /test
dependabot[bot] Mar 13, 2024
77ffa31
Bump google.golang.org/protobuf from 1.28.1 to 1.33.0
dependabot[bot] Mar 13, 2024
44db55f
Bump github.com/docker/docker in /test
dependabot[bot] Mar 20, 2024
521b3d9
Bump google.golang.org/grpc from 1.54.0 to 1.63.2
dependabot[bot] Apr 15, 2024
5483700
Bump golang.org/x/net from 0.8.0 to 0.23.0 in /test
dependabot[bot] Apr 19, 2024
9df7d01
Bump golang.org/x/net from 0.8.0 to 0.23.0
dependabot[bot] Apr 19, 2024
4dca1c3
Merge branch 'dependabot/go_modules/golang.org/x/crypto-0.17.0' of ht…
sodyn99 May 16, 2024
604b1f1
Merge branch 'dependabot/go_modules/github.com/onosproject/onos-lib-g…
sodyn99 May 16, 2024
c1a9a38
Merge branch 'dependabot/go_modules/test/google.golang.org/grpc-1.56.…
sodyn99 May 16, 2024
61f67b1
Merge branch 'dependabot/go_modules/test/golang.org/x/crypto-0.17.0' …
sodyn99 May 16, 2024
597858f
Merge branch 'dependabot/go_modules/test/github.com/containerd/contai…
sodyn99 May 16, 2024
4e6966d
Merge branch 'dependabot/go_modules/test/google.golang.org/protobuf-1…
sodyn99 May 16, 2024
cb27393
Merge branch 'dependabot/go_modules/google.golang.org/protobuf-1.33.0…
sodyn99 May 16, 2024
596a752
Merge branch 'dependabot/go_modules/test/github.com/docker/docker-24.…
sodyn99 May 16, 2024
5f9da71
Merge branch 'dependabot/go_modules/google.golang.org/grpc-1.63.2' of…
sodyn99 May 16, 2024
7896eb9
Merge branch 'dependabot/go_modules/test/golang.org/x/net-0.23.0' of …
sodyn99 May 16, 2024
e97b077
Merge branch 'dependabot/go_modules/golang.org/x/net-0.23.0' of https…
sodyn99 May 16, 2024
c88972a
Merge branch 'dependabot/docker/build/onos-topo/alpine-3.19' of https…
sodyn99 May 16, 2024
a1ea161
Merge branch 'dependabot/docker/build/onos-topo/onosproject/golang-bu…
sodyn99 May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/onos-topo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM onosproject/golang-build:v1.3.0 as build
FROM onosproject/golang-build:v1.3.1 as build

ENV GO111MODULE=on
COPY . /go/src/github.com/onosproject/onos-topo
COPY build/build-tools /go/src/github.com/onosproject/onos-topo/build-tools/
RUN cd /go/src/github.com/onosproject/onos-topo && GOFLAGS=-mod=vendor make build

FROM alpine:3.16
FROM alpine:3.19
RUN apk add libc6-compat

USER nobody
Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.19
require (
github.com/atomix/go-sdk v0.13.2
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.4.2
github.com/onosproject/onos-api/go v0.10.31
github.com/onosproject/onos-lib-go v0.10.24
github.com/onosproject/onos-lib-go v0.10.25
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.54.0
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.63.2
gopkg.in/yaml.v3 v3.0.1
)

Expand All @@ -32,7 +32,7 @@ require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
Expand Down Expand Up @@ -63,14 +63,14 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.28.1 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/square/go-jose.v1 v1.1.2 // indirect
Expand Down
Loading