Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #52 from ripienaar/v041
Browse files Browse the repository at this point in the history
(misc) Release 0.4.1
  • Loading branch information
ripienaar authored Jun 21, 2019
2 parents c783df6 + c38fdd4 commit 6407b87
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 289 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2019/06/21| |Release 0.4.1 |
|2019/06/21| |Support `go mod` |
|2018/05/23| |Release 0.4.0 |
|2018/05/23|47 |Log discovery requests in a similar way to rpc requests |
|2018/05/02|28,42 |Support Choria Autonomous Agents in `choria_util` |
Expand Down
223 changes: 0 additions & 223 deletions glide.lock

This file was deleted.

42 changes: 0 additions & 42 deletions glide.yaml

This file was deleted.

32 changes: 8 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,16 @@ module github.com/choria-io/mcorpc-agent-provider
go 1.12

require (
github.com/choria-io/go-choria v0.0.0-20190502200657-dfbac250c8a5
github.com/choria-io/go-client v0.0.0-20181115212325-54bcd877b6c6
github.com/choria-io/go-confkey v0.0.0-20180521132036-634d2c418604 // indirect
github.com/choria-io/go-lifecycle v0.0.0-20190103133735-1abefec262be // indirect
github.com/choria-io/go-protocol v0.0.0-20180731140944-c31174766367
github.com/choria-io/go-security v0.0.0-20190117123529-b259ec5ee206 // indirect
github.com/choria-io/go-updater v0.0.0-20181225134124-2e95f9965f46 // indirect
github.com/choria-io/go-validator v0.0.0-20180326120803-4ce2ef25983f
github.com/choria-io/provisioning-agent v0.0.0-20190104105047-a0ed5f38d6d4
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/mock v0.0.0-20180406151924-8b2eeeb0ca5f
github.com/looplab/fsm v0.1.0 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.6.0 // indirect
github.com/nats-io/nats-server/v2 v2.0.0 // indirect
github.com/choria-io/go-choria v0.0.0-20190621160846-7de935c8e68e
github.com/choria-io/go-client v0.4.2
github.com/choria-io/go-protocol v1.3.1
github.com/choria-io/go-validator v1.1.1
github.com/choria-io/provisioning-agent v0.4.5
github.com/golang/mock v1.3.1
github.com/nats-io/nats.go v1.8.1
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/tidwall/gjson v1.1.5
github.com/tidwall/match v1.0.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20181016150526-f3a9dae5b194 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/tidwall/gjson v1.2.1
go.uber.org/atomic v1.4.0
)
Loading

0 comments on commit 6407b87

Please sign in to comment.