From c1cbfaa1eef212f798b2c0139ab566dc40109518 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Tue, 12 Jul 2022 16:05:42 -0700 Subject: [PATCH] Go mod --- restConnectClient/go.mod | 2 +- restConnectServer/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/restConnectClient/go.mod b/restConnectClient/go.mod index 03aa96a..97a367d 100644 --- a/restConnectClient/go.mod +++ b/restConnectClient/go.mod @@ -1,4 +1,4 @@ -module restConnectClient +module restConnectClientExample go 1.17 diff --git a/restConnectServer/go.mod b/restConnectServer/go.mod index a13b517..e0d9e19 100644 --- a/restConnectServer/go.mod +++ b/restConnectServer/go.mod @@ -1,4 +1,4 @@ -module restConnectServer +module restConnectServerExample go 1.18 -- GitLab