You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/11/23 13:21:59 UTC

[plc4x] branch feature/plc4go updated: - Clean up the dependency declarations in go

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/plc4go
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/plc4go by this push:
     new 62cf3f3  - Clean up the dependency declarations in go
62cf3f3 is described below

commit 62cf3f305a9b28178b552833d24cc356ad112d02
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Nov 23 14:21:48 2020 +0100

    - Clean up the dependency declarations in go
---
 plc4go/go.mod | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plc4go/go.mod b/plc4go/go.mod
index c275c36..0f873b7 100644
--- a/plc4go/go.mod
+++ b/plc4go/go.mod
@@ -20,10 +20,9 @@ module github.com/apache/plc4x/plc4go
 
 go 1.15
 
-require github.com/sirupsen/logrus v1.7.0
-
 require (
 	github.com/ajankovic/xdiff v0.0.1
 	github.com/icza/bitio v1.0.0
+	github.com/sirupsen/logrus v1.7.0
 	github.com/subchen/go-xmldom v1.1.2
 )