From eda422197e76997b25b42225304b22aa822779ac Mon Sep 17 00:00:00 2001 From: Henrik Johansson Date: Tue, 7 Aug 2018 08:25:34 +0200 Subject: [PATCH] initial modules support --- go.mod | 3 +++ go.sum | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e78baef --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/scylladb/go-set + +require github.com/fatih/set v0.2.1 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..41896d5 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/fatih/set v0.2.1 h1:nn2CaJyknWE/6txyUDGwysr3G5QC6xWB/PtVjPBbeaA= +github.com/fatih/set v0.2.1/go.mod h1:+RKtMCH+favT2+3YecHGxcc0b4KyVWA1QWWJUs4E0CI=