Skip to content
Snippets Groups Projects
Commit 47d25e51 authored by Tucker Siegel's avatar Tucker Siegel
Browse files

update

parent 53549246
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,7 @@ server:
db:
uri: "mongodb://127.0.0.1:27017/"
database: "weather-service"
logging:
ignore:
- "/api/*/*/metrics"
\ No newline at end of file
......@@ -20,7 +20,7 @@ require (
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/swag v1.7.1
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211212235350-9cdd5944b0d1
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211213001842-421eae1b9493
go.mongodb.org/mongo-driver v1.7.3
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
......
......@@ -594,6 +594,8 @@ gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211212235303-9737d0cefcb3 h1:+wJg
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211212235303-9737d0cefcb3/go.mod h1:fRxQ7/2D1LeCc2Uil6Xg5BUFAKpJlRSsL08bG/OmnMo=
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211212235350-9cdd5944b0d1 h1:C2uU6hCrx886zOM32ZuVfo33PGL6aVGJGeK2Lsc/skE=
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211212235350-9cdd5944b0d1/go.mod h1:fRxQ7/2D1LeCc2Uil6Xg5BUFAKpJlRSsL08bG/OmnMo=
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211213001842-421eae1b9493 h1:4h75g42C1FtIvvrsg2EcyKeBDvMXV/m23C8uIrf7vJc=
gitlab.cs.umd.edu/dawn/dawn-go-common v0.0.0-20211213001842-421eae1b9493/go.mod h1:fRxQ7/2D1LeCc2Uil6Xg5BUFAKpJlRSsL08bG/OmnMo=
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment