Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
banalna committed Jan 12, 2023
1 parent 8a36241 commit 1b4ebab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> DataDog components for Golang Changelog

## <a name="1.0.0"></a> 3.0.0 (2020-12-16)
## <a name="1.1.1"></a> 1.1.1 (2023-01-12)
- Update dependencies
## <a name="1.0.0"></a> 1.0.0 (2020-12-16)

### Features
* Added DataDogLogClient
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pip-services3-datadog-go",
"type": "module",
"language": "go",
"version": "1.0.0",
"version": "1.1.1",
"build": 0,
"registry": "pipservices",
"artifacts": [
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GO111MODULE=on

WORKDIR /app

RUN go install golang.org/x/tools/cmd/godoc
RUN go install golang.org/x/tools/cmd/godoc@latest

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN go mod tidy
RUN go mod download

# Specify the command from running tests
CMD go test -v ./test/...
CMD go clean -testcache && go test -v ./test/...
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/pip-services3-go/pip-services3-datadog-go
go 1.16

require (
github.com/pip-services3-go/pip-services3-commons-go v1.1.0
github.com/pip-services3-go/pip-services3-components-go v1.1.0
github.com/pip-services3-go/pip-services3-rpc-go v1.2.0
github.com/stretchr/testify v1.7.0
github.com/pip-services3-go/pip-services3-commons-go v1.1.6
github.com/pip-services3-go/pip-services3-components-go v1.3.2
github.com/pip-services3-go/pip-services3-rpc-go v1.5.2
github.com/stretchr/testify v1.8.1
)

0 comments on commit 1b4ebab

Please sign in to comment.