Skip to content

Commit ba4aa98

Browse files
authored
Merge pull request #81 from DBOMproject/update-deps
Update dependencies
2 parents d75bb84 + af21228 commit ba4aa98

File tree

4 files changed

+152
-56
lines changed

4 files changed

+152
-56
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
env:
1010
working-directory: ./src
11-
go-version: 1.15
11+
go-version: 1.19
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Go

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CI Build
2-
FROM golang:1.18.0-alpine as builder
2+
FROM golang:1.19.2-alpine as builder
33
COPY src /build/src
44
COPY config /build/config
55
WORKDIR /build/src

src/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ go 1.14
44

55
require (
66
github.com/HdrHistogram/hdrhistogram-go v1.1.1 // indirect
7-
github.com/fsnotify/fsnotify v1.5.1
7+
github.com/fsnotify/fsnotify v1.5.4
88
github.com/go-chi/chi v4.1.2+incompatible
99
github.com/go-chi/render v1.0.1
1010
github.com/golang/mock v1.6.0
1111
github.com/magiconair/properties v1.8.6
1212
github.com/opentracing/opentracing-go v1.2.0
1313
github.com/qri-io/jsonschema v0.1.2
14-
github.com/rs/zerolog v1.26.1
15-
github.com/spf13/viper v1.10.1
16-
github.com/stretchr/testify v1.7.1
14+
github.com/rs/zerolog v1.28.0
15+
github.com/spf13/viper v1.13.0
16+
github.com/stretchr/testify v1.8.0
1717
github.com/uber/jaeger-client-go v2.24.0+incompatible
1818
github.com/uber/jaeger-lib v2.4.1+incompatible
1919
gopkg.in/h2non/gock.v1 v1.1.2

0 commit comments

Comments
 (0)