diff --git a/server/jccommon/go.mod b/server/jccommon/go.mod index bc34ff5f..f24cecd6 100644 --- a/server/jccommon/go.mod +++ b/server/jccommon/go.mod @@ -1,3 +1,11 @@ module jccommon -go 1.20 \ No newline at end of file +go 1.20 + +require q5 v1.0.0 + +require f5 v1.0.0 + +replace q5 => ../../third_party/q5 + +replace f5 => ../../third_party/f5