Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cy-sdk-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base
cy-sdk-go
Commits
f27c40cd
Commit
f27c40cd
authored
Aug 04, 2022
by
wuerqiQs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
module update
parent
50fda9aa
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
1 deletion
+35
-1
.gitignore
.idea/.gitignore
+8
-0
cy-sdk-go.iml
.idea/cy-sdk-go.iml
+10
-0
modules.xml
.idea/modules.xml
+9
-0
vcs.xml
.idea/vcs.xml
+7
-0
go.mod
go.mod
+1
-1
No files found.
.idea/.gitignore
0 → 100644
View file @
f27c40cd
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
.idea/cy-sdk-go.iml
0 → 100644
View file @
f27c40cd
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"WEB_MODULE"
version=
"4"
>
<component
name=
"Go"
enabled=
"true"
/>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
.idea/modules.xml
0 → 100644
View file @
f27c40cd
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/cy-sdk-go.iml"
filepath=
"$PROJECT_DIR$/.idea/cy-sdk-go.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
.idea/vcs.xml
0 → 100644
View file @
f27c40cd
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$"
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
go.mod
View file @
f27c40cd
module gitlab-ce.k8s.tools.vchangyi.com/
project/ncrs/backend
/cy-sdk-go
module gitlab-ce.k8s.tools.vchangyi.com/
base
/cy-sdk-go
go 1.12
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment