aboutsummaryrefslogtreecommitdiff
path: root/go.sum
Commit message (Collapse)AuthorAge
* Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0dependabot[bot]2023-05-03
| | | | | | | | | | | | | | Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/stretchr/testify from 1.6.1 to 1.8.2dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/shirou/gopsutildependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.6+incompatible to 3.21.11+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.21.6...v3.21.11) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump go.mongodb.org/mongo-driver from 1.7.0 to 1.11.4dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.7.0 to 1.11.4. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.7.0...v1.11.4) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0dependabot[bot]2023-04-29
| | | | | | | | | | | | | | | Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.2 to 1.7.7. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.7.2...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update backend and frontend dependenciesEmiliano Ciavatta2021-07-28
|
* Update go dependenciesEmiliano Ciavatta2021-04-05
|
* Add resource controllerEmiliano Ciavatta2020-10-08
|
* Implement notificationsEmiliano Ciavatta2020-10-07
|
* Refactor gzip decoder, added parsers with reproducersEmiliano Ciavatta2020-09-15
|
* Add docker-compose for production useEmiliano Ciavatta2020-07-08
|
* Add frontend initial codeEmiliano Ciavatta2020-04-26
|
* Add connections_controller and services_controllerEmiliano Ciavatta2020-04-25
|
* Add import pcaps testEmiliano Ciavatta2020-04-17
|
* Refactor storageEmiliano Ciavatta2020-04-09
|
* Before storage refactorEmiliano Ciavatta2020-04-07
|
* Initial commitEmiliano Ciavatta2020-04-01