We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b452e9 + 3d58874 commit 9810e03Copy full SHA for 9810e03
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Change log
2
+All notable changes to Cosim Demo App will be documented in this file. This includes new features, bug fixes and breaking changes.
3
+For a more detailed list of all changes, click the header links for each version.
4
+
5
+This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
6
7
+### v0.7.0 – 2020-06-08
8
+First public release.
9
10
conanfile.txt
@@ -30,3 +30,12 @@ lib, libboost_system.so.* -> ./dist/lib
30
lib, libboost_thread.so* -> ./dist/lib
31
lib, libcosim*.so -> ./dist/lib
32
lib, libzip.so* -> ./dist/lib
33
34
+., license* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
35
+., */license* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
36
+., copying* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
37
+., */copying* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
38
+., notice* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
39
+., */notice* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
40
+., authors* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
41
+., */authors* -> ./dist/doc/licenses @ folder=True, ignore_case=True, keep_path=False
go.mod
@@ -3,14 +3,8 @@ module cosim-demo-app
go 1.14
require (
- github.com/gobuffalo/buffalo-plugins v1.11.0 // indirect
- github.com/gobuffalo/meta v0.0.0-20190120163247-50bbb1fa260d // indirect
github.com/gobuffalo/packr v1.30.1
- github.com/gobuffalo/syncx v0.0.0-20181120194010-558ac7de985f // indirect
- github.com/gorilla/mux v1.7.0
11
- github.com/gorilla/websocket v1.4.0
12
- github.com/kr/pty v1.1.3 // indirect
13
- github.com/markbates/deplist v1.0.5 // indirect
14
- github.com/spf13/afero v1.2.0 // indirect
+ github.com/gorilla/mux v1.7.4
+ github.com/gorilla/websocket v1.4.2
15
github.com/ugorji/go/codec v1.1.7
16
)
0 commit comments