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/11 18:05:57 UTC

[plc4x] branch feature/plc4go updated: - Removed the unneeded dependency

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 21ad128  - Removed the unneeded dependency
21ad128 is described below

commit 21ad128433261f833dd3ddf160d10205eeef83c3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Nov 11 19:05:23 2020 +0100

    - Removed the unneeded dependency
---
 plc4go/go.mod | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4go/go.mod b/plc4go/go.mod
index d6384fd..f14f276 100644
--- a/plc4go/go.mod
+++ b/plc4go/go.mod
@@ -26,5 +26,4 @@ require (
 	github.com/ajankovic/xdiff v0.0.1
 	github.com/icza/bitio v1.0.0
 	github.com/subchen/go-xmldom v1.1.2
-	github.com/willf/bitset v1.1.11
 )